home *** CD-ROM | disk | FTP | other *** search
- object Form7: TForm7
- Left = 371
- Top = 107
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Ooops!'
- ClientHeight = 112
- ClientWidth = 266
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 228
- Height = 13
- Caption = 'This function only available in registered version.'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 23
- Height = 13
- Caption = 'Click'
- end
- object Label3: TLabel
- Left = 35
- Top = 40
- Width = 21
- Height = 13
- Cursor = crHandPoint
- Caption = 'here'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Label3Click
- end
- object Label4: TLabel
- Left = 60
- Top = 40
- Width = 169
- Height = 13
- Caption = 'to register RAM Idle for $16.75 only.'
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 68
- Width = 249
- Height = 7
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 200
- Top = 81
- Width = 58
- Height = 25
- Cursor = crHandPoint
- BevelInner = bvRaised
- BevelOuter = bvNone
- Caption = 'Close'
- TabOrder = 1
- OnMouseDown = Panel1MouseDown
- OnMouseUp = Panel1MouseUp
- end
- object Panel2: TPanel
- Left = 119
- Top = 81
- Width = 75
- Height = 25
- Cursor = crHandPoint
- BevelInner = bvRaised
- BevelOuter = bvNone
- Caption = 'Order Now!'
- TabOrder = 2
- OnMouseDown = Panel2MouseDown
- OnMouseUp = Panel2MouseUp
- end
- end
-